home *** CD-ROM | disk | FTP | other *** search
/ EROS 2 / EROS 2.iso / mac / EROS vol.2 / EROS vol.DXR / 00914.ls < prev    next >
Encoding:
Text File  |  1995-12-20  |  503 b   |  15 lines

  1. on mouseUp
  2.   global gtime, score, stime, scNUM, scTIME, iSTART, mufend, titend, assend
  3.   set gtime to the ticks
  4.   set stime to 30
  5.   set score to 0
  6.   set the text of cast scNUM to EMPTY & score & EMPTY
  7.   set the text of cast scTIME to "30"
  8.   set the locV of sprite 10 to 253
  9.   go(marker(0) + 3)
  10.   set the locH of sprite 27 to -200
  11.   set the castNum of sprite 20 to the number of cast "stopbut"
  12.   set the locH of sprite 20 to the locH of sprite 40
  13.   set the locV of sprite 20 to the locV of sprite 40
  14. end
  15.